(create-image): Doc fix; spotted by Per Cederqvist <ceder@lysator.liu.se>.
authorEli Zaretskii <eliz@gnu.org>
Fri, 8 Dec 2000 17:06:46 +0000 (17:06 +0000)
committerEli Zaretskii <eliz@gnu.org>
Fri, 8 Dec 2000 17:06:46 +0000 (17:06 +0000)
lisp/image.el

index ce2857ddd0eda415a493749fca46970d0dc2d07d..b412a3359b2fc57fe157d0d734ba09eeac29b45a 100644 (file)
@@ -88,7 +88,7 @@ FILE-OR-DATA is an image file name or image data.
 Optional TYPE is a symbol describing the image type.  If TYPE is omitted
 or nil, try to determine the image type from its first few bytes
 of image data.  If that doesn't work, and FILE-OR-DATA is a file name,
-use its file extension.as image type.
+use its file extension as image type.
 Optional DATA-P non-nil means FILE-OR-DATA is a string containing image data.
 Optional PROPS are additional image attributes to assign to the image,
 like, e.g. `:mask MASK'.